home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / replace < prev    next >
Text File  |  1991-04-25  |  2KB  |  32 lines

  1.                                   REPLACE
  2.               Replaces files on a disk or adds files to a disk
  3.                       See also <RENAME> <COPY> <XCOPY>
  4.  
  5. REPLACE is very similar to <COPY>, but several additional options are
  6. available with REPLACE.  It is used to update sets of files in a
  7. target directory from those in a source directory.
  8.  
  9. COMMAND TYPE: External                  VERSION: 3.2 and up
  10.  
  11. USE:  REPLACE [d:][path]sourcefile [d:][targetpath][/A][/P][/R][/S][/W]
  12.  
  13. d: path sourcefile specifies the filenames on the source disk that will
  14.    replace the files on the destination disk.
  15. d: targetpath specifies the destination drive and directory of the files
  16.    that are to be replaced.
  17. /A causes REPLACE to add only the files that do not already exist on
  18.    the destination disk.  /A cannot be used with /S or /U
  19. /P causes REPLACE to prompt you whether or not you want to replace each
  20.    file.
  21. /R causes REPLACE to replace the read only files as well as unprotected files
  22. /S causes REPLACE to search all subdirectories on the destination path
  23.    for matching files.  Matching files found in any subdirectory will
  24.    be REPLACEd.  /S and /A can not be used together.  subdirectories in the
  25.    source path are never searched.
  26. /W causes REPLACE to wait for you to insert a disk before searching for
  27.    source files.
  28.  
  29. EXAMPLE: REPLACE A:TEST.BAS C:\ /S
  30. REPLACE will replace any copy of the file TEST.DAT in any and all
  31. directories on drive C: with the copy on drive A:
  32.